@brief Allocate a struct dvb_device @ingroup dvb_device
@note Before using the dvb device function calls, the struct dvb_device should be allocated via this function call.
@return on success, returns a pointer to the allocated struct dvb_device or NULL if not enough memory to allocate the struct.
See Implementation
@brief Allocate a struct dvb_device @ingroup dvb_device
@note Before using the dvb device function calls, the struct dvb_device should be allocated via this function call.
@return on success, returns a pointer to the allocated struct dvb_device or NULL if not enough memory to allocate the struct.